Import rofiles-fuse
authorColin Walters <walters@verbum.org>
Wed, 10 Feb 2016 11:42:54 +0000 (12:42 +0100)
committerColin Walters <walters@verbum.org>
Wed, 10 Feb 2016 12:11:25 +0000 (13:11 +0100)
commite9ccdd2d007801ef25cc7283188942d791889c27
treeb3d3c0d68d0b016c9a00fadd5b0589ed917c1d0d
parent5adafd767406820cce260c567a1b936610e8d67a
Import rofiles-fuse

While it's not strictly tied to OSTree, let's move
https://github.com/cgwalters/rofiles-fuse in here because:

 - It's *very* useful in concert with OSTree
 - It's tiny
 - We can reuse OSTree's test, documentation, etc. infrastructure

One thing to consider also is that at some point we could experiment
with writing a FUSE filesystem for OSTree.  This could internalize a
better equivalent of `--link-checkout-speedup`, but on the other hand,
the cost of walking filesystem trees for these types of operations is
really quite small.

But if we did decide to do more FUSE things in OSTree, this is a step
towards that too.
Makefile-man.am
Makefile-tests.am
Makefile.am
configure.ac
man/rofiles-fuse.xml [new file with mode: 0644]
src/rofiles-fuse/Makefile-inc.am [new file with mode: 0644]
src/rofiles-fuse/README.md [new file with mode: 0644]
src/rofiles-fuse/main.c [new file with mode: 0644]
tests/test-rofiles-fuse.sh [new file with mode: 0755]